home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Development / RKM_Companion_v2.04 / SampleDevice / smakefile < prev   
Encoding:
Makefile  |  1996-03-20  |  154 b   |  11 lines

  1. .asm.o:
  2.     asm $(AFLAGS) $<
  3.  
  4. all: ramdev.device
  5.  
  6. ramdev.device: ramdev.device.o
  7.     slink ramdev.device.o to $@ lib lib:amiga.lib
  8.  
  9. clean:
  10.     -delete \#?.(o|lnk)
  11.